const internal/runtime/maps.ctrlEmpty
16 uses
internal/runtime/maps (current package)
group.go#L22: ctrlEmpty ctrl = 0b10000000
group.go#L27: bitsetEmpty = bitsetLSB * uint64(ctrlEmpty)
map.go#L616: if (g.ctrls().get(i) & ctrlEmpty) == ctrlEmpty {
map.go#L727: g.ctrls().set(i, ctrlEmpty)
table.go#L474: g.ctrls().set(i, ctrlEmpty)
table.go#L584: g.ctrls().set(k, ctrlEmpty)
table.go#L828: if (it.group.ctrls().get(k) & ctrlEmpty) == ctrlEmpty {
table.go#L973: if (it.group.ctrls().get(slotIdx) & ctrlEmpty) == 0 {
table.go#L1193: if (g.ctrls().get(j) & ctrlEmpty) == ctrlEmpty {
table.go#L1234: if (g.ctrls().get(j) & ctrlEmpty) == ctrlEmpty {
table_debug.go#L31: case c == ctrlEmpty:
table_debug.go#L104: case ctrlEmpty:
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |